Skip to main content
The API Key Generation feature allows you to securely access and interact with open-source models and deployed Hugging Face models on the Qubrid AI Platform. This key enables seamless integration into external apps, tools, or workflows via API requests - empowering you to run model queries programmatically.
You should be logged in the Qubrid AI Platform in order to generate an API Key

How to generate an API Key?

1

Go to API Keys

Navigate to the top navbar of the Qubrid AI Platform dashboard and click on API Keys.
2

Create new API Key

Click on Create API Key button and generate your API Key
3

Add Details

Provide a name and description for your API Key to help you identify its purpose later. You can also set expiration date for the key if needed.
4

Save and View Key

You will see a pop-up with your newly created API Key
Important: Please copy and securely store your API key. It will only be displayed once upon generation. If you lose this key, you will need to regenerate a new one.

What Are API Keys?

API Keys are unique identifiers that allow you to authenticate and securely access the Qubrid Platform APIs.
They are required when you want to interact with the platform programmatically — for example, to launch GPU instances, deploy models, or run inference from your own applications.

Key Points

  • Authentication: Every API request must include a valid API key to verify your identity.
  • User-Specific: Keys are tied to your account or organization. You can generate multiple keys if needed.
  • Permissions: API keys inherit your account permissions (e.g., project access, team role).
  • Security: Keep your API keys private. Never share them publicly or commit them to version control.

Typical Use Cases

  • Automating GPU instance creation.
  • Deploying or managing AI templates and workflows via scripts.
  • Running inference jobs directly from your application.
  • Integrating Qubrid into CI/CD pipelines.